Previous Thread
Next Thread
Print Thread
Rate Thread
#226452 10/17/2002 9:26 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
I Have noticed on many forums that when viewing a thread the user's name is bold and everything else isn't. But for threads, the name is not bold and the title is.

Depending on your color scheme it almost looks like the title is more important and has caused some confusion on my forums, so if you want to change it so that the name is bold and the title is not, here is the easy fix.

In showthreaded.php find:
code:
$Username$MainUserStatus
</td>
</tr>
<tr>
<td class="small">
<b>$Title</b>



And replace with:
code:
<b>$Username$MainUserStatus</b>
</td>
</tr>
<tr>
<td class="small">
$Title



In showflat.php find:
code:
{$postrow[$i]['Username']}{$postrow[$i]['UserStatus']}
</td>
</tr>
<tr>
<td class="small">
<b>{$postrow[$i]['Title']}</b>



And replace with:
code:
<b>{$postrow[$i]['Username']}{$postrow[$i]['UserStatus']}</b>
</td>
</tr>
<tr>
<td class="small">
{$postrow[$i]['Title']}



I know this is just a real trivial and easy to do thing, but I figure a lot of people may not have thought about it before, but IMO I like it a bit more this way

Here is an example, you can compare it to what it looks like normally by looking to the left
[]http://www.michiganjeepers.com/photopost/data/3004/2hack.gif[/]

Sponsored Links
Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
cool, yes, that makes sense


- Allen wavey
- What Drives You?
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
Good point. Consider this changed for the next release.


UBB.threads Developer
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Excellent, thanks!

Can't believe I actually had a valid suggestion to become a real feature

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Good goin' Jeremy.

Sponsored Links
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Thanks, I made a few more important items bold, as I think some of the links should stand out more than they currently do. For example, in ubbthreads.tmpl find:

code:
{$forum[$c][$f]['Title']}


and change that to:
code:
<b>{$forum[$c][$f]['Title']}</b>



You can see a working example of that here: www.michiganjeepers.com/forums/ubbthreads.php

And also the subject link in postlist.php. So look in postlist.tmpl for:

code:
{$postrow[$i]['Subject']}


and change that to:
code:
<b>{$postrow[$i]['Subject']}</b>



This may not suit everyone, but most forums I've seen have these bold, and IMO are easier to see as important items


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,825
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 2483
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 20
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)